﻿@charset "utf-8";

/*-------------------------- Default  -------------------------*/

/*----- Default CSS -----------*/
@import "./default_css_.css?v=1.1";

/*----- Themes CSS ------------*/
@import "./colors_.css?v=1.0";

/*----- Languages CSS ---------*/
@import "./directions_.css?v=1.0";


/*-------------------------- responsive  -------------------------*/

/*----- Large screens --------*/
@import "./mediumpurple_xxl.css?v=1.0" screen and (min-width: 1600px);

/*----- Laptop screens -------*/
@import "./black_xl.css?v=1.0" screen and (min-width: 1200px) and (max-width: 1599px);

/*----- Tablet ---------------*/
@import "./pink_lg.css?v=1.0" screen and (min-width: 768px) and (max-width: 1199px);

/*----- Landscape Mobile -----*/
@import "./yellow_md.css?v=1.0" screen and (min-width: 599px) and (max-width: 767px);

/*----- Large mobiles --------*/
@import "./red_sm.css?v=1.0" screen and (max-width: 598px);

/*----- Small phones ---------*/
@import "./green_xs.css?v=1.0" screen and (max-width: 480px);
